projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffc74f2
)
(x_make_frame_visible): Quit if requested, in loop at end.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 19 Aug 1994 05:38:55 +0000
(
05:38
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 19 Aug 1994 05:38:55 +0000
(
05:38
+0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 7df40e7f0d7f7b05cb43879dc10865d8a2819040..3c15fb417da606f09ea8abe83d13476d6f288c5d 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-5676,6
+5676,7
@@
x_make_frame_visible (f)
/* On HPUX on the HP800, the sleep is needed sometimes. */
if ((one_in_four & 3) == 0)
{
+ QUIT;
#ifdef EMACS_HAS_USECS
Fsleep_for (make_number (1), make_number (0));
#else